home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
gfx
/
misc
/
gnuplot-src.lha
/
gnuplot-3.7.1src
/
gnuplot-3.7.1.lha
/
gnuplot-3.7.1
/
docs
/
psdoc
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1999-08-19
|
273 b
|
21 lines
#
# Create ps_symbols.ps
#
top_srcdir=../..
all: ps_symbols.ps
ps_symbols.ps: ps_symbols.gpi
@if test -f $(top_srcdir)/gnuplot ; then \
$(top_srcdir)/gnuplot ps_symbols.gpi ; \
else \
gnuplot ps_symbols.gpi ; \
fi
clean:
-rm -f ps_symbols.ps
distclean: clean